home *** CD-ROM | disk | FTP | other *** search
- Subject: Re: Not deleting patterns correctly
- Sent: 7/19/96 3:41 PM
- Received: 7/19/96 3:51 PM
- From: Henri Lamiraux, lamiraux@apple.com
- Reply-To: ODF Interest, ODF-Interest@CILabs.ORG
- To: OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
-
- >Upon quitting my part, I get the user break about patternreps, etc. not
- >being disposed properly. I have looked into the whole ball of wax and it
- >looks like I am doing everything correctly. What specifically would I be
- >doing wrong typically in order to get this error?
-
- Patterns, inks, styles, and fonts are allocated using a pool-allocation
- scheme. This warning is telling you that you have a memory leak. Do you
- have any FW_CPattern objects has a field of another class you are not
- disposing correctly or a pattern you created with new, or a global
- pattern object? you have a leak somewhere
-
- ........................................................................
- Henri Lamiraux lamiraux@apple.com
- Apple Computer, Inc. OpenDoc(tm) Development Framework
- ........................................................................
-
-
-